﻿
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel{
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index:1;
}


.owl-carousel .owl-stage{
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage-outer{
	position:relative;
	overflow: hidden;
	/* temporary fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-stage-outer.owl-height{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-video-wrapper{
	position: relative;
	height: 100%;
	background: #000;
}

.owl-controls .owl-nav div,
.owl-controls .owl-dot{
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-video-play-icon{
	position:absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url('../img/owl-video-play.png') no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition-property: scale;
	transition-duration: 100ms;
	transition-timing-function: ease;
}

.owl-carousel .owl-video-play-icon:hover{
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon{
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;

	transition-property: opacity;
  	transition-duration: 400ms;
  	transition-timing-function: ease;
}

.owl-carousel .owl-video-frame{
	position: relative;
	z-index: 1;
}

.owl-loaded{
	display: block;
}
.owl-loading{
	opacity: 0;
	display: block;
}
.owl-hidden{
	opacity:0;
}
.owl-carousel .owl-refresh .owl-item{
	display: none;
}

.owl-carousel .owl-item{
	position:relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-align:center;
}
/* If mouseDrag:false then you are able to select text */
.owl-carousel.owl-text-select-on .owl-item{
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel .owl-item img.owl-lazy{
	opacity: 0;
}


/* to do */
.owl-carousel .owl-stage.backfacefix .owl-item{
	-webkit-backface-visibility: hidden;
}

.owl-rtl{
	direction: rtl;
}
.owl-rtl .owl-item {
	float:right;
}

/* No Js */
.no-js .owl-carousel{
	display: block;
}

/* animate */

.animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-animated-in{
	z-index: 0
}
.owl-animated-out{
	z-index: 1
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



.owl-theme .owl-controls{
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0; right: 0; margin: 0 auto;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div{ width:21px; height:40px; position:absolute; top:-135px;}
.owl-theme .owl-controls .owl-dots{ margin-top:30px; display: none !important;}

.owl-theme .owl-controls .owl-nav .owl-prev{ left:-55px; background:url(../img/news_prev.png) no-repeat 100%}
.owl-theme .owl-controls .owl-nav .owl-next{ right:-55px; background:url(../img/news_next.png) no-repeat 100%}


@media screen and (max-width:1200px){
.owl-theme .owl-controls .owl-nav .owl-prev,.team_content_wen .owl-theme .owl-controls .owl-nav .owl-prev{ left:0 !important;}
.owl-theme .owl-controls .owl-nav .owl-next,.team_content_wen .owl-theme .owl-controls .owl-nav .owl-next{ right:0!important;}

}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-nav div:hover{
	text-decoration: none;
}

/* Styling dots*/
.owl-theme .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-dots .owl-dot span{
	-webkit-backface-visibility: visible;
	display: block;
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #bfbfbf;
	transition-property: opacity;
  	transition-duration: 200ms;
  	transition-timing-function: ease;
}

.owl-theme .owl-dots .owl-dot.active span{
	background:#00a0ae;
}


.index-culture {
	position: relative;
    height: auto;
	min-height:950px;
}
.index-culture-list {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0;
	width: 100%;
	height: 100%;
}
.index-culture-list li {
    display: inline-block;
    vertical-align: top;
    width: 16.66667%;
    position: relative;
    text-align: center;
    cursor: pointer;
    height: 100%;
}
.index-culture-list li .box {
	display: inline-block;
	height: 100%;
	width:100%;
	position: relative;
	overflow: hidden;
}
.index-culture-list li .box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/tit-culture-bg.png) no-repeat center;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
	transition: transform .5s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.index-culture-list li:hover .box:before {
	transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.index-culture-list li .cont {
    position: relative;
    display: inline-block;
    top: 30%;
    width: 100%;
}

.index-culture-list li .cont h4 {
    display: inline-block;
    width: 25px;
    font-size: 20px;
    color: #666;
    line-height: 1.3;
    vertical-align: top;
    top: -5px;
    /*font-family: "hwzs";*/
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	writing-mode:tb-rl;
}
.index-culture-list li .cont b {
    display: inline-block;
    width: 25px;
    color: #666;
    line-height: 1.5;
    vertical-align: top;
    top: -5px;
    /*font-family: "hwzs";*/
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	writing-mode:tb-rl;
	font-weight:100;
}
.index-culture-list li .cont .des {
	position: relative;
	padding-top: 20px;
	vertical-align: top;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    writing-mode: tb-rl;
    font-size: 16px;
    color: #999;
    line-height: 20px;
    letter-spacing: 2px; 
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	text-align:initial;
	letter-spacing:inherit;
}
.index-culture-list li:hover .cont h4,
.index-culture-list li:hover .cont b,
.index-culture-list li:hover .cont .des {
	color: #fff;
}
.index-culture-list li .cont .des:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: url(../img/bg-line1.png) repeat-y;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-culture-list li:hover .cont .des:after {
	background: url(../img/bg-line2.png) repeat-y;
}
.index-culture-list li .cont .des:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 12px;
	background: url(../img/icon-culture-1.png) no-repeat 15px top;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-culture-list li:hover .cont .des:before {
	background: url(../img/icon-culture-2.png) no-repeat 15px top;
}





.index-about {
    position: relative;
	background-color:#f6f6f6;
}

.index-team .intro .cont h4,
.index-about .intro .cont h4 {
    position: relative;
    margin-top: 90px;
    font-size: 24px;
    color: #333;
}

.index-team .intro .cont p,
.index-about .intro .cont p {
    margin-top: 30px;
    font-size: 16px;
    color: #999;
    line-height: 30px;
}

.com-more-wrap {
     margin-top: 90px;
}
.com-more-1 {
    display: inline-block;
    width: 110px;
    height: 110px;
    background: url(../img/icon-more-1.png) no-repeat center;
    margin-left: -30px;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.com-more-1:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.index-about .intro {
    padding: 60px 0;
    width: 50%;
    padding-left: 10%;
}

.index-about .intro h3 {
    height: 538px;
    background-size: contain;
}

.index-about .intro .cont {
    overflow: hidden;
}

.index-about .intro .cont h4,
.index-about .intro .cont p {
    margin-top: 0;
}

.tit-hr {
    width: 35px;
    margin: 20px 0;
    border-top: 2px solid #ccc;
}

.index-about .showbox {
    position: absolute;
    padding-top: 60px;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.index-about .showbox h5 {
    position: relative;
    padding-left: 25px;
    line-height: 80px;
    font-size: 18px;
    color: #333;
}

.index-about .showbox h5 span {
    color: #999;
}

.index-about .showbox h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    width: 4px;
    background: #ff7019;
}

.index-about .showbox .video-cont {
    position: relative;
    cursor: pointer;
}
.index-about .showbox .video-cont img{
	max-width:100%;

}


.index-about .showbox .video-cont:hover:before,
.weikan-slide .item .pic:hover:before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.fl { float: left; }
.fr { float: right; }






.service-nav {
    /*margin-right: 42px;*/
    margin-top: 25px;
    border-bottom: 1px dashed  #b4b4b4;
    line-height: 1;
}

.service-nav li {
    float: left;
    font-size: 16px;
	color:#b6b6b6;
	margin-top:25px;
}

.service-nav li:last-child {
    padding: 0px 10px 10px 0px;
}

.service-nav li a {
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
    font-weight: 300
}

.service-nav li:last-child a {
    position: relative;
    top: -4px;
	font-size:18px;
}
.com-more-wrap {
     margin-top: 90px;
}
.com-more-1 {
    display: inline-block;
    width: 110px;
    height: 110px;
    background: url(../img/icon-more-1.png) no-repeat center;
    margin-left: -30px;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.com-more-1:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
